home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TADDREMINDERDLG / TADDREMINDERDLG.txt
Text File  |  2002-05-01  |  2KB  |  123 lines

  1. object AddReminderDlg: TAddReminderDlg
  2.   Left = 259
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Reminder For Current Record'
  6.   ClientHeight = 378
  7.   ClientWidth = 519
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 74
  21.     Height = 13
  22.     Caption = 'Reminder Date:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 104
  27.     Width = 71
  28.     Height = 13
  29.     Caption = 'Reminder Title:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 69
  35.     Height = 13
  36.     Caption = 'Warning Date:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 8
  40.     Top = 152
  41.     Width = 74
  42.     Height = 13
  43.     Caption = 'Reminder Note:'
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 425
  49.     Height = 377
  50.     Shape = bsFrame
  51.   end
  52.   object DateEdit1: TDateEdit
  53.     Left = 8
  54.     Top = 24
  55.     Width = 120
  56.     Height = 21
  57.     Hint = 'Date Field - Enter Date Here'
  58.     DateFormat = 'mm/dd/yyyy'
  59.     Date = '__/__/____'
  60.     MaxLength = 10
  61.     TabOrder = 0
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 8
  65.     Top = 120
  66.     Width = 401
  67.     Height = 21
  68.     TabOrder = 2
  69.   end
  70.   object DateEdit2: TDateEdit
  71.     Left = 8
  72.     Top = 72
  73.     Width = 120
  74.     Height = 21
  75.     Hint = 'Date Field - Enter Date Here'
  76.     DateFormat = 'mm/dd/yyyy'
  77.     Date = '__/__/____'
  78.     MaxLength = 10
  79.     TabOrder = 1
  80.   end
  81.   object Memo1: TMemo
  82.     Left = 8
  83.     Top = 168
  84.     Width = 401
  85.     Height = 161
  86.     TabOrder = 3
  87.   end
  88.   object CheckBox1: TCheckBox
  89.     Left = 8
  90.     Top = 344
  91.     Width = 97
  92.     Height = 17
  93.     Caption = 'Is Active'
  94.     State = cbChecked
  95.     TabOrder = 4
  96.   end
  97.   object BitBtn1: TBitBtn
  98.     Left = 432
  99.     Top = 16
  100.     Width = 75
  101.     Height = 25
  102.     TabOrder = 5
  103.     Kind = bkOK
  104.   end
  105.   object BitBtn2: TBitBtn
  106.     Left = 432
  107.     Top = 48
  108.     Width = 75
  109.     Height = 25
  110.     TabOrder = 6
  111.     Kind = bkCancel
  112.   end
  113.   object BitBtn3: TBitBtn
  114.     Left = 432
  115.     Top = 80
  116.     Width = 75
  117.     Height = 25
  118.     TabOrder = 7
  119.     OnClick = BitBtn3Click
  120.     Kind = bkHelp
  121.   end
  122. end
  123.